Guest User

Software Template

a guest
Jul 28th, 2023
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ---
  2. Page-Name: [<% tp.file.title.split("_")[1] %>]
  3. Page-CreateDate: [<% tp.date.now("YYYY-MMMDD") %>]
  4. Page-CreateWeek: [<% tp.date.now("YYYY-ww") %>]
  5. LastModified: [<% tp.file.last_modified_date("YMMDD-HHmm-ss") %>]
  6. Page-Type: [Details]
  7. Category: [Digital]
  8. Plugins: [community, dynamictoc, templater]
  9. Aliases: [<% tp.file.title %>]
  10. Tags: [everything, <% tp.date.now("YYYY/ww") %>, <% tp.date.now("YYYY/MMM") %>, details, digital]
  11. ---
  12.  
  13. ```ad-yah
  14. # [[<% tp.file.title %>]]
  15. ```
  16.  
  17. ---
  18.  
  19. ```toc
  20. style: bullet
  21. min_depth: 2
  22. max_depth: 5
  23. title: ## Contents
  24. allow_inconsistent_headings: false
  25. delimiter: .
  26. varied_style: false
  27. ```
  28.  
  29. ---
  30.  
  31. ## Application Information
  32.  
  33. ### Description
  34.  
  35. ```ad-info
  36. Description Here
  37. ```
  38.  
  39. ### Links
  40.  
  41. ```ad-link
  42. - [Dev Homepage](Address.com)
  43. - [Downloads](Address.com)
  44. - [Plugins](Address.com)
  45. ```
  46.  
  47. ### Client
  48.  
  49. ```ad-info
  50. Client-side uses, where is it installed and what's it doing
  51. ```
  52.  
  53. ### Server
  54.  
  55. ```ad-info
  56. Server-side uses, where it's hosted and what's needed to get in and make changes. Special details on config/security/etc go here.
  57. ```
  58.  
  59. ### Background Service
  60.  
  61. ```ad-info
  62. Server-side stuff, what other apps does this one rely on (syncthing for file transfers, etc)
  63. ```
  64.  
  65. ---
  66.  
  67. ## Host Information (Server-side stuff only)
  68.  
  69. Service-Host::
  70.  
  71. Service-Status::
  72.  
  73.  
  74. ## Storage Information
  75.  
  76. ### Active Location
  77.  
  78.  
  79. ### Backup Location
  80.  
  81.  
  82. ### Other Locations
  83.  
  84. ---
  85.  
  86. # Navigation
  87.  
  88. ```ad-nav
  89. ##### Back to [[240_🖥Virtual & Cloud Resources]]
  90. #### Back to [[200 🖥 Digital Keystone]]
  91. ### Back to [[֍INDEX֍]]
  92. ```
  93.  
  94. ---
Advertisement
Add Comment
Please, Sign In to add comment