Warp Files Organization and Renaming Project: Difference between revisions
Jump to navigation
Jump to search
Created page with " Name_Name_1-0.zip * Spaces represented with _ * Version points represented with - * Upper and Lower case allowed ;Allowed Extensions : EXE, WPI, ZIP, PDF Category:Proj..." |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Directory Structure== | |||
WIP | |||
==File Names== | |||
;Name_1-0.zip | |||
* Spaces represented with _ | * No spaces on the name. | ||
* Spaces for the version number is represented with _ | |||
* Version points represented with - | * Version points represented with - | ||
* Upper and Lower case allowed | * Upper and Lower case allowed | ||
; | ;Notes | ||
* try to avoid putting "os2" on the files like XXXX_os2.zip | |||
;Version | |||
I'm trying to always put the version of the software on the nake like: | |||
4allCalc_4-11.zip | |||
By if a version is not provided by the author (nor listed by the software) I replace it with the date like: | |||
Actuary_1995-09-15.zip | |||
The date is written in an [https://en.wikipedia.org/wiki/ISO_8601 ISO 8601] inspired format (YYYY-MM-DD). | |||
==Allowed Extensions / File Formats== | |||
: EXE, WPI, ZIP, RPM, PDF | |||
==Links== | |||
* [[Hobbes Improvement Suggestions]] | |||
[[Category:Projects]] | [[Category:Projects]] |
Latest revision as of 22:55, 5 August 2024
Directory Structure
WIP
File Names
- Name_1-0.zip
- No spaces on the name.
- Spaces for the version number is represented with _
- Version points represented with -
- Upper and Lower case allowed
- Notes
- try to avoid putting "os2" on the files like XXXX_os2.zip
- Version
I'm trying to always put the version of the software on the nake like:
4allCalc_4-11.zip
By if a version is not provided by the author (nor listed by the software) I replace it with the date like:
Actuary_1995-09-15.zip
The date is written in an ISO 8601 inspired format (YYYY-MM-DD).
Allowed Extensions / File Formats
- EXE, WPI, ZIP, RPM, PDF