From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- bugs/createaccount.cgi | 84 +++++++++++++++++++++++++++++++++++++++ bugs/enter_bug.cgi | 22 ++++++++++ bugs/index.html | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ bugs/query.cgi | 23 +++++++++++ bugs/reports.cgi | 22 ++++++++++ 5 files changed, 257 insertions(+) create mode 100644 bugs/createaccount.cgi create mode 100644 bugs/enter_bug.cgi create mode 100644 bugs/index.html create mode 100644 bugs/query.cgi create mode 100644 bugs/reports.cgi (limited to 'bugs') diff --git a/bugs/createaccount.cgi b/bugs/createaccount.cgi new file mode 100644 index 00000000..fcfe3df2 --- /dev/null +++ b/bugs/createaccount.cgi @@ -0,0 +1,84 @@ + + + + nevrax.org : bugs + + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
+
+ + +
+ + +
+bugs + +
+  + + + + +
Create a new bugzilla account
+

+ +To create a bugzilla account, all that you need to do is to enter a +legitimate e-mail address. The account will be created, and its +password will be mailed to you. + +

+ + + + + +
E-mail address:
+ + + +
                                                                                                                                                                    +
+ + \ No newline at end of file diff --git a/bugs/enter_bug.cgi b/bugs/enter_bug.cgi new file mode 100644 index 00000000..da02a198 --- /dev/null +++ b/bugs/enter_bug.cgi @@ -0,0 +1,22 @@ +

Please log in.

+In order to use the Bug database, you need a legitimate e-mail address and password. If you don't have a login and password, see the bottom of the form. +

If you intend to enter a bug, please first use the query page to determine if anyone else has entered a similar bug before. + + + + + + + + + + + +
E-mail address:
Password:
+ +


+If you don't have an account, or have forgotten your password, then please fill in the +e-mail address above and click + here: + diff --git a/bugs/index.html b/bugs/index.html new file mode 100644 index 00000000..694aaf69 --- /dev/null +++ b/bugs/index.html @@ -0,0 +1,106 @@ + + + + Nevrax.org : bugs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
#Download
#FS Suggest
#FAQ
+
+ + + +
+ + +
+bugs + +
+ + + + + +
Nevrax Bug Tracking System
+ + + + + + + + +
Introduction
+

This is the Nevrax bug system.
It's based off of Fenris, the Loki bug system, a modification of Bugzilla from the Mozilla codebase. For more + information about what Bugzilla is and what it can do, see + mozilla.org's + bug pages. +

+ + + + + + + + +
Bug tracking
+

+ +> Go to the query page to start.
+> Enter a new bug
+> Bug reports
+> Open a new Bugzilla account
+

>  bug +#
+ +

+ +
                                                                                                                                                                    +
+ + + \ No newline at end of file diff --git a/bugs/query.cgi b/bugs/query.cgi new file mode 100644 index 00000000..091093a8 --- /dev/null +++ b/bugs/query.cgi @@ -0,0 +1,23 @@ +

Please log in.

+In order to use the Bug database, you need a legitimate e-mail address and password. If you don't have a login and password, see the bottom of the form. +

If you intend to enter a bug, please first use the query page to determine if anyone else has entered a similar bug before. + +

+ + + + + + + + + +
E-mail address:
Password:
+ + +
+If you don't have an account, or have forgotten your password, then please fill in the +e-mail address above and click + here: +
diff --git a/bugs/reports.cgi b/bugs/reports.cgi new file mode 100644 index 00000000..09839127 --- /dev/null +++ b/bugs/reports.cgi @@ -0,0 +1,22 @@ +

Please log in.

+In order to use the Bug database, you need a legitimate e-mail address and password. If you don't have a login and password, see the bottom of the form. +

If you intend to enter a bug, please first use the query page to determine if anyone else has entered a similar bug before. + +

+ + + + + + + + + +
E-mail address:
Password:
+ +
+If you don't have an account, or have forgotten your password, then please fill in the +e-mail address above and click + here: +
-- cgit v1.2.1