Changeset 5989
- Timestamp:
- 27 Apr 2011, 07:44:15 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/batchprocessing.txt
r5986 r5989 61 61 ... FAC1,static,Faculty 1,faculty 62 62 ... FAC2,static,Faculty 2,institute 63 ... FAC3,static,Faculty 3,school 63 ... FAC3,static,Faculty 3,school_of 64 64 ... """) 65 65 … … 426 426 ... """code,review_state,title,title_prefix 427 427 ... FAC1,static,Faculty 1,faculty 428 ... FAC4,static,Faculty 4,school 428 ... FAC4,static,Faculty 4,school_of 429 429 ... """) 430 430 … … 481 481 >>> print open(finished_file).read() 482 482 title_prefix,--IGNORE--,code,title 483 school ,static,FAC4,Faculty 4483 school_of,static,FAC4,Faculty 4 484 484 485 485 The finished-file contains the dataset we could import, while the -
main/waeup.sirp/trunk/src/waeup/sirp/browser/browser.txt
r5986 r5989 196 196 ...<h2>Faculties</h2> 197 197 ...<td> <a href="TF"> <span>TF</span></a></td> 198 ...<td> My renamed faculty</td>198 ...<td>Faculty of My renamed faculty (TF)</td> 199 199 ... 200 200 … … 253 253 ...<h2>Departments</h2> 254 254 ...<td> <a href="TD"> <span>TD</span></a></td> 255 ...<td> TestDept</td>255 ...<td>Department of TestDept (TD)</td> 256 256 ... 257 257 … … 294 294 ...<h2>Departments</h2> 295 295 ...<td> <a href="TD"> <span>TD</span></a></td> 296 ...<td> My renamed dept</td>296 ...<td>Department of My renamed dept (TD)</td> 297 297 ... 298 298 … … 815 815 >>> open('faculties.csv', 'wb').write( 816 816 ... """code,title,title_prefix 817 ... FA,Arts, Faculty818 ... FS,Sciences, Faculty817 ... FA,Arts,faculty 818 ... FS,Sciences,faculty 819 819 ... """) 820 820 … … 850 850 >>> open('departments.csv', 'wb').write( 851 851 ... """code,title,title_prefix,faculty_code 852 ... LIT,Literature, Department,FA853 ... SOC,Sociology, Department,FA854 ... PHY,Physics, Department,FS855 ... INF,Informatics, Department,FS856 ... MAT,Math, Department,FS852 ... LIT,Literature,department,FA 853 ... SOC,Sociology,department,FA 854 ... PHY,Physics,department,FS 855 ... INF,Informatics,department,FS 856 ... MAT,Math,department,FS 857 857 ... """) 858 858 -
main/waeup.sirp/trunk/src/waeup/sirp/image/README.txt
r5979 r5989 86 86 87 87 >>> file.size 88 9 L88 9 89 89 90 90 Now let's disable tramline in our utility::
Note: See TracChangeset for help on using the changeset viewer.