switched internal db of hopblog to xml-database
This commit is contained in:
parent
e7a17d20ab
commit
798c404847
11 changed files with 57 additions and 0 deletions
Binary file not shown.
8
build/main/db/hopblog/0.xml
Normal file
8
build/main/db/hopblog/0.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="ISO8859_1"?>
|
||||||
|
<!-- printed by helma object publisher -->
|
||||||
|
<!-- created Fri May 31 16:36:44 CEST 2002 -->
|
||||||
|
<xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
|
||||||
|
<hopobject id="0" name="root" prototype="root" created="1022855750998" lastModified="1022855804064">
|
||||||
|
<hop:child idref="3" prototyperef="weblogstory"/>
|
||||||
|
</hopobject>
|
||||||
|
</xmlroot>
|
Binary file not shown.
8
build/main/db/hopblog/1.xml
Normal file
8
build/main/db/hopblog/1.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="ISO8859_1"?>
|
||||||
|
<!-- printed by helma object publisher -->
|
||||||
|
<!-- created Fri May 31 16:36:30 CEST 2002 -->
|
||||||
|
<xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
|
||||||
|
<hopobject id="1" name="users" prototype="hopobject" created="1022855751010" lastModified="1022855790024">
|
||||||
|
<helma idref="2" prototyperef="user"/>
|
||||||
|
</hopobject>
|
||||||
|
</xmlroot>
|
Binary file not shown.
11
build/main/db/hopblog/2.xml
Normal file
11
build/main/db/hopblog/2.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="ISO8859_1"?>
|
||||||
|
<!-- printed by helma object publisher -->
|
||||||
|
<!-- created Fri May 31 16:36:30 CEST 2002 -->
|
||||||
|
<xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
|
||||||
|
<hopobject id="2" name="helma" prototype="user" created="1022855790020" lastModified="1022855790025">
|
||||||
|
<hop:parent idref="1" prototyperef="hopobject"/>
|
||||||
|
<email>admin@somedomain.at</email>
|
||||||
|
<password>helma</password>
|
||||||
|
<name>helma</name>
|
||||||
|
</hopobject>
|
||||||
|
</xmlroot>
|
Binary file not shown.
24
build/main/db/hopblog/3.xml
Normal file
24
build/main/db/hopblog/3.xml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0" encoding="ISO8859_1"?>
|
||||||
|
<!-- printed by helma object publisher -->
|
||||||
|
<!-- created Fri May 31 16:36:44 CEST 2002 -->
|
||||||
|
<xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
|
||||||
|
<hopobject id="3" name="weblogstory" prototype="weblogstory" created="1022855804062" lastModified="1022855804064">
|
||||||
|
<hop:parent idref="0" prototyperef="root"/>
|
||||||
|
<postdate type="date">31.05.2002 16:36:44 CEST</postdate>
|
||||||
|
<day>2002.05.31</day>
|
||||||
|
<author idref="2" prototyperef="user"/>
|
||||||
|
<text>Congratulations! You successfully created your Helma HopBlog!
|
||||||
|
|
||||||
|
As a first step you can login to your HopBlog using "helma" as user name and password (certainly without the quotes) and create or edit stories.
|
||||||
|
|
||||||
|
Or you set-up HopBlog administration for yourself. You can do this by opening the file app.properties in the apps/hopblog directory of your Helma installation and editing the settings for siteAdmin, adminEmail and smtp.
|
||||||
|
|
||||||
|
After that you should register the new administrator as HopBlog user. Simply enter the data you chose for siteAdmin and adminEmail in the appropriate fields of the registration form, fill in the other form fields and submit your data. If you have set a valid e-mail address and smtp server, you should get a message confirming the registration.
|
||||||
|
|
||||||
|
Now you can login to your HopBlog using name and password of the newly created user.
|
||||||
|
|
||||||
|
Let the fun begin...
|
||||||
|
:)</text>
|
||||||
|
<moddate type="date">31.05.2002 16:36:44 CEST</moddate>
|
||||||
|
</hopobject>
|
||||||
|
</xmlroot>
|
Binary file not shown.
Binary file not shown.
6
build/main/db/hopblog/idgen.xml
Normal file
6
build/main/db/hopblog/idgen.xml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- printed by helma object publisher -->
|
||||||
|
<!-- created Fri May 31 16:36:44 CEST 2002 -->
|
||||||
|
<xmlroot>
|
||||||
|
<counter>3</counter>
|
||||||
|
</xmlroot>
|
Loading…
Add table
Reference in a new issue