diff options
author | Yuchen Pei <me@ypei.me> | 2021-07-29 14:17:20 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-07-29 14:17:20 +1000 |
commit | 3ff03dc4f0a72432b34c00da620272cf011e4ddd (patch) | |
tree | 5746711ba17a91aed56c6529ea8cceb06c3ad16a /h-source/source | |
parent | cd4534aa10ba3b122963992741721289fa50d0ab (diff) |
Publishing h-node.org code.
- this is the h-node.org code, except
- removed a js file (3x copies at three different locations) without license / copyright headers
- /Js/linkToForm.js
- /Public/Js/linkToForm.js
- /admin/Public/Js/linkToForm.js
- removed config files containing credentials
- /Application/Include/params.php
- /Config/Config.php
- /admin/Application/Include/params.php
- /admin/Config/Config.php
- added license and copyright header to one php file
- /admin/Library/ErrorReporting.php (almost identical to /Library/ErrorReporting.php which has the headers)
Diffstat (limited to 'h-source/source')
-rw-r--r-- | h-source/source/h-admin_0_2.tar.gz | bin | 0 -> 402071 bytes | |||
-rw-r--r-- | h-source/source/ht/ismyhwok_25thSep2010-1.tar.gz | bin | 0 -> 354350 bytes | |||
-rw-r--r-- | h-source/source/notes_0.2.html | 19 |
3 files changed, 19 insertions, 0 deletions
diff --git a/h-source/source/h-admin_0_2.tar.gz b/h-source/source/h-admin_0_2.tar.gz Binary files differnew file mode 100644 index 0000000..7772f55 --- /dev/null +++ b/h-source/source/h-admin_0_2.tar.gz diff --git a/h-source/source/ht/ismyhwok_25thSep2010-1.tar.gz b/h-source/source/ht/ismyhwok_25thSep2010-1.tar.gz Binary files differnew file mode 100644 index 0000000..d4774b5 --- /dev/null +++ b/h-source/source/ht/ismyhwok_25thSep2010-1.tar.gz diff --git a/h-source/source/notes_0.2.html b/h-source/source/notes_0.2.html new file mode 100644 index 0000000..3272ec5 --- /dev/null +++ b/h-source/source/notes_0.2.html @@ -0,0 +1,19 @@ +<h1>h-source</h1> + +<p>The h-node.com source code (h-source project) is hosted at Savannah. <a href="http://savannah.nongnu.org/projects/h-source/">http://savannah.nongnu.org/projects/h-source/</a></p> + +<h1>h-client</h1> + +<p>The source code of the client for h-node.com (h-client project) is hosted at Savannah. <a href="http://savannah.nongnu.org/projects/h-client/">http://savannah.nongnu.org/projects/h-client/</a></p> + +<h1>h-admin</h1> + +<p>h-admin is a set of tools in order to carry out some administrative actions upon the h-source mysql tables (for example change the group of a registered user)</p> + +<p>in order to use h-admin you have to have h-source already installed</p> + +<p>h-admin and h-source share the same database. You have only to create some new tables in order to use h-admin</p> + +<p>You can download the h-admin source code (GPLv3) here:</p> + +<p><a href="h-admin_0_2.tar.gz">download link</a></p> |