Update OSSN source code

Raghavendra GV Posted in Beginning Developers 1 year ago

Hi all,

Can anyone tell me or guide me, what is the main php program in the OSSN sourcecode , what is the flowchart of OSSN sourcecode.
Any documentation for the same would be helpful. I have downloaded the source code from the Github repo.But i was unable to understand what is the main php program from which all the methods/functions are called. I just wanted to understand the flow of the source code.

Thanks

Replies
Indonesian Arsalan Shah Replied 1 year ago

OSSN consists of

  1. Main Framework
  2. Components
  3. Themes (Header Footer, Page Layout, Most menu layouts)

Now what exactly you wanted to see? if you wanted to go deep start with index.php and follow the includes as suggested by Micahel.

German Michael Zülsdorff Replied 1 year ago

Well,
todays webservers are expecting either index.html or index.php to start from by default.
And since there's no reason for Ossn to unnecessary complicate things, it is using the latter one.