From 034ddef0b0045aa2c942e386570bc4770d7188b9 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 4 Jul 2008 15:07:41 +0200 Subject: [PATCH] Remove useless directories --- {internet/impl/PciIds => PciIds}/Address.pm | 0 .../impl/PciIds => PciIds}/Address/Base.pm | 0 .../impl/PciIds => PciIds}/Address/Pci.pm | 0 .../PciIds => PciIds}/Address/PciClass.pm | 0 .../PciIds => PciIds}/Address/Toplevel.pm | 0 {internet/impl/PciIds => PciIds}/Config.pm | 0 {internet/impl/PciIds => PciIds}/DBQ.pm | 0 {internet/impl/PciIds => PciIds}/DBQAny.pm | 0 {internet/impl/PciIds => PciIds}/Db.pm | 0 {internet/impl/PciIds => PciIds}/Email.pm | 0 .../impl/PciIds => PciIds}/Html/Admin.pm | 0 .../impl/PciIds => PciIds}/Html/Changes.pm | 0 .../impl/PciIds => PciIds}/Html/Debug.pm | 0 .../impl/PciIds => PciIds}/Html/Format.pm | 0 .../impl/PciIds => PciIds}/Html/Forms.pm | 0 .../impl/PciIds => PciIds}/Html/Handler.pm | 0 .../PciIds => PciIds}/Html/HandlerPlain.pm | 0 .../impl/PciIds => PciIds}/Html/HandlerSSL.pm | 0 {internet/impl/PciIds => PciIds}/Html/List.pm | 0 .../PciIds => PciIds}/Html/Notifications.pm | 0 .../impl/PciIds => PciIds}/Html/Tables.pm | 0 .../impl/PciIds => PciIds}/Html/Users.pm | 0 {internet/impl/PciIds => PciIds}/Html/Util.pm | 0 {internet/impl/PciIds => PciIds}/Log.pm | 0 .../impl/PciIds => PciIds}/Notifications.pm | 0 {internet/impl/PciIds => PciIds}/Users.pm | 0 {internet/impl/PciIds => PciIds}/Xmpp.pm | 0 internet/impl/Startup.pm => Startup.pm | 0 internet/impl/config => config | 0 internet/database.en.txt | 83 ------------------- internet/impl/notes | 10 --- internet/specifikace.txt | 19 ----- internet/impl/rights => rights | 0 {internet/impl/scripts => scripts}/cleardb.pl | 0 {internet/impl/scripts => scripts}/export.pl | 0 {internet/impl/scripts => scripts}/feeddb.pl | 0 .../impl/scripts => scripts}/importlog.pl | 0 {internet/impl/scripts => scripts}/init | 0 {internet/impl/scripts => scripts}/initdb.pl | 0 {internet/impl/scripts => scripts}/mailbot | 0 {internet/impl/scripts => scripts}/rights.pl | 0 .../impl/scripts => scripts}/send_notifs.pl | 0 .../impl/scripts => scripts}/transfer.pl | 0 {internet/impl/static => static}/print.css | 0 {internet/impl/static => static}/screen.css | 0 internet/impl/tables => tables | 0 46 files changed, 112 deletions(-) rename {internet/impl/PciIds => PciIds}/Address.pm (100%) rename {internet/impl/PciIds => PciIds}/Address/Base.pm (100%) rename {internet/impl/PciIds => PciIds}/Address/Pci.pm (100%) rename {internet/impl/PciIds => PciIds}/Address/PciClass.pm (100%) rename {internet/impl/PciIds => PciIds}/Address/Toplevel.pm (100%) rename {internet/impl/PciIds => PciIds}/Config.pm (100%) rename {internet/impl/PciIds => PciIds}/DBQ.pm (100%) rename {internet/impl/PciIds => PciIds}/DBQAny.pm (100%) rename {internet/impl/PciIds => PciIds}/Db.pm (100%) rename {internet/impl/PciIds => PciIds}/Email.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Admin.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Changes.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Debug.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Format.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Forms.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Handler.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/HandlerPlain.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/HandlerSSL.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/List.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Notifications.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Tables.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Users.pm (100%) rename {internet/impl/PciIds => PciIds}/Html/Util.pm (100%) rename {internet/impl/PciIds => PciIds}/Log.pm (100%) rename {internet/impl/PciIds => PciIds}/Notifications.pm (100%) rename {internet/impl/PciIds => PciIds}/Users.pm (100%) rename {internet/impl/PciIds => PciIds}/Xmpp.pm (100%) rename internet/impl/Startup.pm => Startup.pm (100%) rename internet/impl/config => config (100%) delete mode 100644 internet/database.en.txt delete mode 100644 internet/impl/notes delete mode 100644 internet/specifikace.txt rename internet/impl/rights => rights (100%) rename {internet/impl/scripts => scripts}/cleardb.pl (100%) rename {internet/impl/scripts => scripts}/export.pl (100%) rename {internet/impl/scripts => scripts}/feeddb.pl (100%) rename {internet/impl/scripts => scripts}/importlog.pl (100%) rename {internet/impl/scripts => scripts}/init (100%) rename {internet/impl/scripts => scripts}/initdb.pl (100%) rename {internet/impl/scripts => scripts}/mailbot (100%) rename {internet/impl/scripts => scripts}/rights.pl (100%) rename {internet/impl/scripts => scripts}/send_notifs.pl (100%) rename {internet/impl/scripts => scripts}/transfer.pl (100%) rename {internet/impl/static => static}/print.css (100%) rename {internet/impl/static => static}/screen.css (100%) rename internet/impl/tables => tables (100%) diff --git a/internet/impl/PciIds/Address.pm b/PciIds/Address.pm similarity index 100% rename from internet/impl/PciIds/Address.pm rename to PciIds/Address.pm diff --git a/internet/impl/PciIds/Address/Base.pm b/PciIds/Address/Base.pm similarity index 100% rename from internet/impl/PciIds/Address/Base.pm rename to PciIds/Address/Base.pm diff --git a/internet/impl/PciIds/Address/Pci.pm b/PciIds/Address/Pci.pm similarity index 100% rename from internet/impl/PciIds/Address/Pci.pm rename to PciIds/Address/Pci.pm diff --git a/internet/impl/PciIds/Address/PciClass.pm b/PciIds/Address/PciClass.pm similarity index 100% rename from internet/impl/PciIds/Address/PciClass.pm rename to PciIds/Address/PciClass.pm diff --git a/internet/impl/PciIds/Address/Toplevel.pm b/PciIds/Address/Toplevel.pm similarity index 100% rename from internet/impl/PciIds/Address/Toplevel.pm rename to PciIds/Address/Toplevel.pm diff --git a/internet/impl/PciIds/Config.pm b/PciIds/Config.pm similarity index 100% rename from internet/impl/PciIds/Config.pm rename to PciIds/Config.pm diff --git a/internet/impl/PciIds/DBQ.pm b/PciIds/DBQ.pm similarity index 100% rename from internet/impl/PciIds/DBQ.pm rename to PciIds/DBQ.pm diff --git a/internet/impl/PciIds/DBQAny.pm b/PciIds/DBQAny.pm similarity index 100% rename from internet/impl/PciIds/DBQAny.pm rename to PciIds/DBQAny.pm diff --git a/internet/impl/PciIds/Db.pm b/PciIds/Db.pm similarity index 100% rename from internet/impl/PciIds/Db.pm rename to PciIds/Db.pm diff --git a/internet/impl/PciIds/Email.pm b/PciIds/Email.pm similarity index 100% rename from internet/impl/PciIds/Email.pm rename to PciIds/Email.pm diff --git a/internet/impl/PciIds/Html/Admin.pm b/PciIds/Html/Admin.pm similarity index 100% rename from internet/impl/PciIds/Html/Admin.pm rename to PciIds/Html/Admin.pm diff --git a/internet/impl/PciIds/Html/Changes.pm b/PciIds/Html/Changes.pm similarity index 100% rename from internet/impl/PciIds/Html/Changes.pm rename to PciIds/Html/Changes.pm diff --git a/internet/impl/PciIds/Html/Debug.pm b/PciIds/Html/Debug.pm similarity index 100% rename from internet/impl/PciIds/Html/Debug.pm rename to PciIds/Html/Debug.pm diff --git a/internet/impl/PciIds/Html/Format.pm b/PciIds/Html/Format.pm similarity index 100% rename from internet/impl/PciIds/Html/Format.pm rename to PciIds/Html/Format.pm diff --git a/internet/impl/PciIds/Html/Forms.pm b/PciIds/Html/Forms.pm similarity index 100% rename from internet/impl/PciIds/Html/Forms.pm rename to PciIds/Html/Forms.pm diff --git a/internet/impl/PciIds/Html/Handler.pm b/PciIds/Html/Handler.pm similarity index 100% rename from internet/impl/PciIds/Html/Handler.pm rename to PciIds/Html/Handler.pm diff --git a/internet/impl/PciIds/Html/HandlerPlain.pm b/PciIds/Html/HandlerPlain.pm similarity index 100% rename from internet/impl/PciIds/Html/HandlerPlain.pm rename to PciIds/Html/HandlerPlain.pm diff --git a/internet/impl/PciIds/Html/HandlerSSL.pm b/PciIds/Html/HandlerSSL.pm similarity index 100% rename from internet/impl/PciIds/Html/HandlerSSL.pm rename to PciIds/Html/HandlerSSL.pm diff --git a/internet/impl/PciIds/Html/List.pm b/PciIds/Html/List.pm similarity index 100% rename from internet/impl/PciIds/Html/List.pm rename to PciIds/Html/List.pm diff --git a/internet/impl/PciIds/Html/Notifications.pm b/PciIds/Html/Notifications.pm similarity index 100% rename from internet/impl/PciIds/Html/Notifications.pm rename to PciIds/Html/Notifications.pm diff --git a/internet/impl/PciIds/Html/Tables.pm b/PciIds/Html/Tables.pm similarity index 100% rename from internet/impl/PciIds/Html/Tables.pm rename to PciIds/Html/Tables.pm diff --git a/internet/impl/PciIds/Html/Users.pm b/PciIds/Html/Users.pm similarity index 100% rename from internet/impl/PciIds/Html/Users.pm rename to PciIds/Html/Users.pm diff --git a/internet/impl/PciIds/Html/Util.pm b/PciIds/Html/Util.pm similarity index 100% rename from internet/impl/PciIds/Html/Util.pm rename to PciIds/Html/Util.pm diff --git a/internet/impl/PciIds/Log.pm b/PciIds/Log.pm similarity index 100% rename from internet/impl/PciIds/Log.pm rename to PciIds/Log.pm diff --git a/internet/impl/PciIds/Notifications.pm b/PciIds/Notifications.pm similarity index 100% rename from internet/impl/PciIds/Notifications.pm rename to PciIds/Notifications.pm diff --git a/internet/impl/PciIds/Users.pm b/PciIds/Users.pm similarity index 100% rename from internet/impl/PciIds/Users.pm rename to PciIds/Users.pm diff --git a/internet/impl/PciIds/Xmpp.pm b/PciIds/Xmpp.pm similarity index 100% rename from internet/impl/PciIds/Xmpp.pm rename to PciIds/Xmpp.pm diff --git a/internet/impl/Startup.pm b/Startup.pm similarity index 100% rename from internet/impl/Startup.pm rename to Startup.pm diff --git a/internet/impl/config b/config similarity index 100% rename from internet/impl/config rename to config diff --git a/internet/database.en.txt b/internet/database.en.txt deleted file mode 100644 index 8bf7dd4..0000000 --- a/internet/database.en.txt +++ /dev/null @@ -1,83 +0,0 @@ -The database consists of these tables: - -Table of users -============== -Each line represents one user, be it the usual one without any -access rights or a privileged one. There there is information about -every user: -• Internal ID -• Email address -• XMPP address -• Login name -• Password hash -• Info about last login (for safety - show it on login) [can be empty] -• Time the system should gather email notifications before sending a -message -• Time the system should gather XMPP notifications before sending a -message -• Time of the next email message [can be empty when nothing pending] -• Time of the next XMPP message [can be empty when nothing pending] - -Access rights table -=================== -Contains all access rights above the normal. It does not need any data -with the normal users (which will be the most of them) and it is -possible to add new rights without restructuring the database. -Every line will contain: -• Internal users ID -• ID of the right (what this line allows to the user) -• Location (for rights applied locally) [can be empty, if it makes -no sense with the right] - -Table of locations -================== -The locations are saved in a tree. ID of the location is created by -appending the local IDs of the nodes on the path together (children of -the root first), separated by '/'. Each node must know, how long are -the local IDs of its children. - -(Note that the local IDs can contain '/', since it can be recognized -by its length.) - -The first part is 2-letter specifier of information type. The first -version has these: -PC: PCI ID -PD: PCI Device Class - -If there is some location ending by additional '/', it means the whole -subtree. If not, then it means the node only. - -For every node, this information is stored: -• ID of the location (must be node only - without the additional '/') -• ID of referenced location (for symlinks) [can be empty] -• ID of the main article (see below) [can be empty] -• Name [Can be empty, should match the main article] -• Comment [Can be empty, should match the main article] - -Table of history -================ -Contains articles in the discussion. - -• ID of the article -• ID of location, where it belongs -• Text -• Modification of the node name [can be empty, in that case can not be -the main article] -• Modification of the node comment [can be empty] - -Table of notifications -====================== -These are hooks for notifications. -• ID of the user -• ID of the location to which the notification should be sent. -• Notification type (New article, name or comment change, change of -the main article - everything contains all less common). -• Way of notification (Email, XMPP, Both) - -Table of pending notifications -============================== -This is where all yet unsent notifications wait. They consist of these -fields: -• ID of the user -• ID of the article -• Way of notification (if both, it gets split into two notifications) diff --git a/internet/impl/notes b/internet/impl/notes deleted file mode 100644 index 7b8405e..0000000 --- a/internet/impl/notes +++ /dev/null @@ -1,10 +0,0 @@ -• Can use mod_perl? - -• Deleting users - - Allow deleting? - - What to do with history, when user deleted? - -• Importing data - - What to do, when it changes a name/comment? - . if it has main article - . if it doesn't have main article diff --git a/internet/specifikace.txt b/internet/specifikace.txt deleted file mode 100644 index 51950de..0000000 --- a/internet/specifikace.txt +++ /dev/null @@ -1,19 +0,0 @@ - PCI IDčkovátko -================ -Webová aplikace pro ukládání a updatování informací o PCI ID zařízení. -Je to přepsání již existující a nasazené aplikace, která postrádá -některé žádané schopnosti (http://pci-ids.ucw.cz/). - -Ke každému objektu (tedy, PCI ID, ID výrobce, ID subsystému, ID třídy -zařízení) bude možno vést diskusi, ve které bude možnost jednak psát -komentáře a jednak zasílat nové verze popisu ID. Pro tuto diskusi bude -možné objednat upozornění mailem (a to buď pro každou úpravu zvlášť, -nebo dávkově). - -Diskuse bude chráněná registrací s ověřením emailové adresy. Tato -adresa bude jednak zobrazena a zpřístupněna administrátorům, jednak -bude sloužit k zasílání upozornění. - -Administrátor bude mít schopnost mazat příspěvky. Taktéž bude moct -označit (či odznačit) některou verzi informací o daném ID jako -finální. diff --git a/internet/impl/rights b/rights similarity index 100% rename from internet/impl/rights rename to rights diff --git a/internet/impl/scripts/cleardb.pl b/scripts/cleardb.pl similarity index 100% rename from internet/impl/scripts/cleardb.pl rename to scripts/cleardb.pl diff --git a/internet/impl/scripts/export.pl b/scripts/export.pl similarity index 100% rename from internet/impl/scripts/export.pl rename to scripts/export.pl diff --git a/internet/impl/scripts/feeddb.pl b/scripts/feeddb.pl similarity index 100% rename from internet/impl/scripts/feeddb.pl rename to scripts/feeddb.pl diff --git a/internet/impl/scripts/importlog.pl b/scripts/importlog.pl similarity index 100% rename from internet/impl/scripts/importlog.pl rename to scripts/importlog.pl diff --git a/internet/impl/scripts/init b/scripts/init similarity index 100% rename from internet/impl/scripts/init rename to scripts/init diff --git a/internet/impl/scripts/initdb.pl b/scripts/initdb.pl similarity index 100% rename from internet/impl/scripts/initdb.pl rename to scripts/initdb.pl diff --git a/internet/impl/scripts/mailbot b/scripts/mailbot similarity index 100% rename from internet/impl/scripts/mailbot rename to scripts/mailbot diff --git a/internet/impl/scripts/rights.pl b/scripts/rights.pl similarity index 100% rename from internet/impl/scripts/rights.pl rename to scripts/rights.pl diff --git a/internet/impl/scripts/send_notifs.pl b/scripts/send_notifs.pl similarity index 100% rename from internet/impl/scripts/send_notifs.pl rename to scripts/send_notifs.pl diff --git a/internet/impl/scripts/transfer.pl b/scripts/transfer.pl similarity index 100% rename from internet/impl/scripts/transfer.pl rename to scripts/transfer.pl diff --git a/internet/impl/static/print.css b/static/print.css similarity index 100% rename from internet/impl/static/print.css rename to static/print.css diff --git a/internet/impl/static/screen.css b/static/screen.css similarity index 100% rename from internet/impl/static/screen.css rename to static/screen.css diff --git a/internet/impl/tables b/tables similarity index 100% rename from internet/impl/tables rename to tables -- 2.39.2