Subversion Repositories oidplus

Rev

Rev 1317 | Rev 1441 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1317 Rev 1426
Line 12... Line 12...
12
;website = https://www.oidplus.com/
12
;website = https://www.oidplus.com/
13
 
13
 
14
; Distribution channels
14
; Distribution channels
15
gitrepo = https://github.com/danielmarschall/oidplus
15
gitrepo = https://github.com/danielmarschall/oidplus
16
svnrepo = https://svn.viathinksoft.com/svn/oidplus
16
svnrepo = https://svn.viathinksoft.com/svn/oidplus
-
 
17
; Note: downloadpage can also be GitHub (= "releases")
17
downloadpage = https://www.oidplus.com/download.php
18
downloadpage = https://www.oidplus.com/download.php
18
 
19
 
19
; These files can be created using plugins/viathinksoft/adminPages/900_software_update/private/
-
 
20
revisionlog = https://www.oidplus.com/updates/releases.ser
20
; Master changelog (is updated by hand)
21
revisionlog_gz = https://www.oidplus.com/updates/releases.ser.gz
-
 
22
update_package = https://www.oidplus.com/updates/update_%s_to_%s.txt
-
 
23
update_package_gz = https://www.oidplus.com/updates/update_%s_to_%s.txt.gz
21
master_changelog = https://raw.githubusercontent.com/danielmarschall/oidplus/master/changelog.json.php
24
 
22
 
25
; These files can be created using plugins/viathinksoft/adminPages/902_systemfile_check/private/
23
; These files can be created using plugins/viathinksoft/adminPages/900_software_update/private/
26
checksum_file = https://www.oidplus.com/checksums/svn-rev%s.txt
24
; They can also be put on an extra GitHub repo
27
; Server runs https://websvnphp.github.io/ Web UI
25
update_packages = https://www.oidplus.com/updates/v3/
28
svn_original = "https://svn.viathinksoft.com/websvn/filedetails.php?repname=oidplus&path=%%2Ftrunk%%2F%s&rev=%s"
-
 
29
 
26
 
30
; Note: More things to change:
27
; Note: More things to change:
31
; - /res/
28
; - /res/
32
; - /plugins/viathinksoft/publicPages/000_objects/welcome*.html
29
; - /plugins/viathinksoft/publicPages/000_objects/welcome*.html
33
; - /plugins/viathinksoft/adminPages/120_registration/ (delete plugin)
30
; - /plugins/viathinksoft/adminPages/120_registration/ (delete plugin)