|
About:
MyDynaWeb provides everything you need to build your own dynamic Web site. It can display news, pages, events linked to a calendar, and RDF headlines. It supports themes, multiple users, and multiple languages. MyDynaWeb can run under either MySQL or PostgreSQL. MyDynaWeb allows you to create almost all of your Web site just by using the Web interface of the admin section. Members can be allowed to post news, comments can be moderated, and you can configure all the MyDynaWeb options via the Web interface.
Author:
Alexis Sukrieh <mydynaweb (at) sukria (dot) net>
[contact developer]
Homepage:
http://sourceforge.net/projects/mydynaweb/
Tar/GZ:
http://prdownloads.sourceforge.net/mydynaweb/mydynaweb_r0_5_pre1.tar.gz
CVS tree (cvsweb):
http://mydynaweb.cvs.sourceforge.net/mydynaweb/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.47/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 12323)
» Popularity: 1.41% (Rank 4000)

(click to enlarge graphs)
Record hits: 23,479
URL hits: 20,640
Subscribers: 16
|
|
Branches
Comments
[»]
The MyDynaWeb mailing-list is up !
by Alexis SUKRIEH - Feb 22nd 2001 06:23:30
To subscribe please click here
To post a mail click here (after
your registration is ok)
[reply]
[top]
[»]
MyDynaWeb Users
by Alexis SUKRIEH - Jan 29th 2001 10:58:27
Just to say that MyDynaWeb users are welcome to email me if they find some
bugs in the code. Indeed, MyDynaWeb is really young and is not finished
(but I'm working hard on it ;) so feel free to notify me ; thanks :)
[reply]
[top]
[»]
Re: MyDynaWeb Users
by binford2k - Mar 6th 2001 01:48:25
> Just to say that MyDynaWeb users are
> welcome to email me if they find some
> bugs in the code. Indeed, MyDynaWeb is
> really young and is not finished (but
> I'm working hard on it ;) so feel free
> to notify me ; thanks :)
Just one simple request . . . better documentation
on using databases other than MySQL. Thanks!
-b
[reply]
[top]
[»]
Re: MyDynaWeb Users
by Alexis SUKRIEH - Mar 6th 2001 04:44:51
>
> Just one simple request . . . better
> documentation
> on using databases other than MySQL.
> Thanks!
>
> -b
It's not so difficult :
edit the ...../mydynaweb/include/DBI.inc.php3. In this file there is one
line that is not commented : the MySQL line. Comment this line and
uncomment the line related to your database. That's all !
[reply]
[top]
[»]
Re: MyDynaWeb Users
by binford2k - Mar 7th 2001 13:53:35
> It's not so difficult :
> edit the
> ...../mydynaweb/include/DBI.inc.php3. In
> this file there is one line that is not
> commented : the MySQL line. Comment this
> line and uncomment the line related to
> your database. That's all !
>
Only problem is the .sql files you provide don't
work on PostgreSQL. Pgsql doesn't use tinyint and
doesn't support the auto-increment keyword.
Instead you need to create a sequence and use
that. Also, what permissions does the db user
need to have?
-b
[reply]
[top]
[»]
Re: MyDynaWeb Users
by Alexis SUKRIEH - Mar 7th 2001 16:32:29
> Only problem is the .sql files you
> provide don't
> work on PostgreSQL. Pgsql doesn't use
> tinyint
then you should replace tinyint field with int until I do it in the
package...
> and
> doesn't support the auto-increment
> keyword.
> Instead you need to create a sequence
> and use
> that.
I didn't know that... :(
If you do such a thing, could you give me your fixed sql files so that i
can put them in the package ? it would be really nice from you :)
> Also, what permissions does the
> db user
> need to have?
The db user need to have only permissions to fill the tables. (Of course
creation permissions are needed if you create the database with this user
:)
>
> -b
>
sukria
[reply]
[top]
[»]
Re: MyDynaWeb Users
by Alexis SUKRIEH - Mar 15th 2001 18:50:30
That's it now :)
I've put a PostgreSQL file dedicated to create such a database.
I've also updated some scripts so that they can run without any bugs with
a Postgres database. (look at the 02.1-pre5 release if you want MyDynaWeb
to run well on your system.
[reply]
[top]
|