Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthoralake
     

    I not only wish to show off my akelos applications (when they are done), but I would like to have a platform for code sharing. Such a platform would have to have a place to show the version of Akelos that is used for development. Some of the things that I wish to share are sections of code that are more than fragments, but are not complete applications in themselves. Examples are:

    • Usercode/password admin, login and maintenance
    • Importation of a CSV file to a database table.
    • Copying of a "flat" database table to a Celko tree

    I'd like to have a standard for such code sharing. I can imagine that it would include something like

    • Database definitions
    • The various files that produce the shared code. Diff could be used to compare a project with the Akelos source to produce this list.
    • Data
    • Documentation
    • more?

    I'm trying to think of how the wiki could support such a thing, but, being new to the wiki, I'm not certain how I might store an organized set of files that could be downloaded. Comments anyone?