AniDB:CSS DEV: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{TOCright}}
{{TOCright}}


This pages content is centred around CSS development via AniDB's [[Wikipedia:Subversion (software)|SVN]]. The goals of the SVN are:
This pages content is centred around CSS development via AniDB's GIT. The goals of the GIT are:
# Keeping track of all CSS styles.
# Keeping track of all CSS styles.
# Version control for developers.
# Version control for developers.
Line 10: Line 10:


==Getting the Source of a Style==
==Getting the Source of a Style==
If you only want to get the latest version of all files belonging to a particular style, you don't need to install an SVN client. A simpler approach would be to download the files from the SVN repository with your web browser.
If you only want to get the latest version of all files belonging to a particular style, you don't need to install an GIT client. A simpler approach would be to download the files from the GIT repository with your web browser.


To do that go to [https://git.anidb.net/anidb/svn/tree/master gitlab] and click the download link.
To do that go to [https://git.anidb.net/anidb/svn/tree/master gitlab] and click the download link.
Line 24: Line 24:


===Committing===
===Committing===
After you have edited, added or even deleted some things you still have to commit your changes. This will write the things to the SVN.  
After you have edited, added or even deleted some things you still have to commit your changes. This will write the things to the GIT.  


You can commit on a file or dirlevel. Meaning you can commit a big change with multiple files or folders involved or just specific files. '''To not spam us all into oblivion with SVN mails it's recommended to bundle some commits.'''
You can commit on a file or dirlevel. Meaning you can commit a big change with multiple files or folders involved or just specific files. '''To not spam us all into oblivion with GIT mails it's recommended to bundle some commits.'''


Take also note that you should before editing anything '''always''' update your local files with the ones in the SVN.
Take also note that you should before editing anything '''always''' update your local files with the ones in the GIT.


==Adding a new project==
==Adding a new project==
MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.