Thoughts, Ideas and bits of code for SMF (2.1)

Jeremy D 1f15e0fe3e Remove the Settings.php from creating ?> 12 years ago
Packages cafcc27246 Removed ?> from end of all php files 12 years ago
Smileys cafcc27246 Removed ?> from end of all php files 12 years ago
Sources 1f15e0fe3e Remove the Settings.php from creating ?> 12 years ago
Themes cafcc27246 Removed ?> from end of all php files 12 years ago
attachments cafcc27246 Removed ?> from end of all php files 12 years ago
avatars cafcc27246 Removed ?> from end of all php files 12 years ago
cache cafcc27246 Removed ?> from end of all php files 12 years ago
other cafcc27246 Removed ?> from end of all php files 12 years ago
.gitignore 9295a4ad2d Lets add a ignore file so we don't accidently commit certain files or changes to some files 12 years ago
DCO.txt cafcc27246 Removed ?> from end of all php files 12 years ago
README.md cafcc27246 Removed ?> from end of all php files 12 years ago
SSI.php cafcc27246 Removed ?> from end of all php files 12 years ago
agreement.txt cafcc27246 Removed ?> from end of all php files 12 years ago
changelog.txt cafcc27246 Removed ?> from end of all php files 12 years ago
favicon.ico cafcc27246 Removed ?> from end of all php files 12 years ago
index.php cafcc27246 Removed ?> from end of all php files 12 years ago
ssi_examples.php cafcc27246 Removed ?> from end of all php files 12 years ago
ssi_examples.shtml cafcc27246 Removed ?> from end of all php files 12 years ago
subscriptions.php cafcc27246 Removed ?> from end of all php files 12 years ago

README.md

SMF, www.simplemachines.org

This is a SMF 2.1 development repository. The software is licensed under BSD 3-clause license.

Contributions to documentation are licensed under CC-by-SA 3. Third party libraries or sets of images, are under their own licenses.

######Notes:

Feel free to fork this repository and make your desired changes.

Please see the Developer's Certificate of Origin in the repository: by signing off your contributions, you acknowledge that you can and do license your submissions under the license of the project.

######How to contribute:

  • fork the repository. If you are not used to Github, please check out fork a repository.
  • branch your repository, to commit the desired changes.
  • sign-off your commits, to acknowledge your submission under the license of the project.
    • an easy way to do so, is to define an alias for the git commit command, which includes -s switch (reference: How to create Git aliases)
  • send a pull request to us.

Finally, feel free to play around. That's what we're doing. ;)