From fa7bcca78392dbeb167601b2a60f4a3f8109683d Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 28 May 2023 17:45:49 -0400 Subject: refactor: set as new upcoming version --- download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.php b/download.php index b6aa4cb..ea08e52 100644 --- a/download.php +++ b/download.php @@ -16,7 +16,7 @@

this website is inspired from the suckless's presentation tool (sent) -- cgit v1.2.3 From da5b36a7db46e047fce8c76e8f936c25993f3b97 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 28 May 2023 17:46:14 -0400 Subject: refactor: set as new upcoming version --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 3e0f6cb..c168d5f 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@

only a simple presentation(s) site that respects your dark mode setting and has responsive web design.
-- cgit v1.2.3 From bfe25a65e46475cd76e64b64c47bed08f992b80c Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 29 May 2023 13:58:17 -0400 Subject: notForProd: added test files for 16:9 themes --- .gitignore | 6 ++++++ download.php | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.php | 4 ++++ output/test169.md | 7 +++++++ 4 files changed, 72 insertions(+) create mode 100644 .gitignore create mode 100644 output/test169.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bd4030 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore files starting with "procrastiSlides" +procrastiSlides*.pdf + +# Ignore the conversion files +push*.md +convert*.md diff --git a/download.php b/download.php index ea08e52..405c6d8 100644 --- a/download.php +++ b/download.php @@ -36,6 +36,61 @@

output/'$push'"); + shell_exec("cat output/test169.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + output/'$push'"); + shell_exec("cat output/defaultIsKing.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + +

select

+ + placeHolderImage
+ + defaultIsKing
diff --git a/output/test169.md b/output/test169.md new file mode 100644 index 0000000..d434e10 --- /dev/null +++ b/output/test169.md @@ -0,0 +1,7 @@ +--- +theme: Nord +colortheme: Nord +aspectratio: 169 +fontsize: 17pt +fontfamily: libertine +--- -- cgit v1.2.3 From ef6e4abd50af3f07b8f42bae7430917aec6b5e4d Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 29 May 2023 17:28:57 -0400 Subject: feat: 16:9 conversion logic --- download.php | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- index.php | 24 +++++++++++- 2 files changed, 140 insertions(+), 6 deletions(-) diff --git a/download.php b/download.php index 405c6d8..4e6039c 100644 --- a/download.php +++ b/download.php @@ -36,7 +36,7 @@
output/'$push'"); - shell_exec("cat output/test169.md output/'$push' > output/'$convert'"); + shell_exec("cat output/90sMakeUpCommercial.md output/'$push' > output/'$convert'"); shell_exec($conversion); // sleep(1); ?> @@ -64,7 +64,7 @@ output/'$push'"); - shell_exec("cat output/defaultIsKing.md output/'$push' > output/'$convert'"); + shell_exec("cat output/chicagoOlives.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + output/'$push'"); + shell_exec("cat output/cleanMetropolis.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + output/'$push'"); + shell_exec("cat output/ohioCustard.md output/'$push' > output/'$convert'"); shell_exec($conversion); // sleep(1); ?>

download presentation

+ + output/'$push'"); + shell_exec("cat output/raleighAroundMe.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + output/'$push'"); + shell_exec("cat output/earlyCupertino.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + select - placeHolderImage
- + 90sMakeUpCommercial
+ + + + chicagoOlives
+ + + + cleanMetropolis
+ + + + earlyCupertino
+ + + + ohioCustard
+ + + + raleighAroundMe
+ defaultIsKing
-- cgit v1.2.3 From 8e3947ed7538ed742634373f6995ed8c49b643e2 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 29 May 2023 17:30:09 -0400 Subject: feat: 16:9 slide themes markdown files --- output/90sMakeUpCommercial.md | 7 +++++++ output/chicagoOlives.md | 7 +++++++ output/cleanMetropolis.md | 7 +++++++ output/earlyCupertino.md | 7 +++++++ output/ohioCustard.md | 7 +++++++ output/raleighAroundMe.md | 7 +++++++ output/test169.md | 7 ------- 7 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 output/90sMakeUpCommercial.md create mode 100644 output/chicagoOlives.md create mode 100644 output/cleanMetropolis.md create mode 100644 output/earlyCupertino.md create mode 100644 output/ohioCustard.md create mode 100644 output/raleighAroundMe.md delete mode 100644 output/test169.md diff --git a/output/90sMakeUpCommercial.md b/output/90sMakeUpCommercial.md new file mode 100644 index 0000000..391bb00 --- /dev/null +++ b/output/90sMakeUpCommercial.md @@ -0,0 +1,7 @@ +--- +theme: Warsaw +colortheme: dolphin +aspectratio: 169 +fontsize: 17pt +fontfamily: avant +--- diff --git a/output/chicagoOlives.md b/output/chicagoOlives.md new file mode 100644 index 0000000..d434e10 --- /dev/null +++ b/output/chicagoOlives.md @@ -0,0 +1,7 @@ +--- +theme: Nord +colortheme: Nord +aspectratio: 169 +fontsize: 17pt +fontfamily: libertine +--- diff --git a/output/cleanMetropolis.md b/output/cleanMetropolis.md new file mode 100644 index 0000000..4c4c690 --- /dev/null +++ b/output/cleanMetropolis.md @@ -0,0 +1,7 @@ +--- +theme: "metropolis" +colortheme: "default" +aspectratio: "169" +fontsize: "17pt" +fontfamily: "helvet" +--- diff --git a/output/earlyCupertino.md b/output/earlyCupertino.md new file mode 100644 index 0000000..5bd32b0 --- /dev/null +++ b/output/earlyCupertino.md @@ -0,0 +1,7 @@ +--- +theme: Berlin +colortheme: owl +aspectratio: 169 +fontsize: 17pt +fontfamily: helvet +--- diff --git a/output/ohioCustard.md b/output/ohioCustard.md new file mode 100644 index 0000000..dd7137b --- /dev/null +++ b/output/ohioCustard.md @@ -0,0 +1,7 @@ +--- +theme: Darmstadt +colortheme: crane +aspectratio: 169 +fontsize: 17pt +fontfamily: lato +--- diff --git a/output/raleighAroundMe.md b/output/raleighAroundMe.md new file mode 100644 index 0000000..4e6207f --- /dev/null +++ b/output/raleighAroundMe.md @@ -0,0 +1,7 @@ +--- +theme: Boadilla +colortheme: beaver +aspectratio: 169 +fontsize: 17pt +fontfamily: roboto +--- diff --git a/output/test169.md b/output/test169.md deleted file mode 100644 index d434e10..0000000 --- a/output/test169.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -theme: Nord -colortheme: Nord -aspectratio: 169 -fontsize: 17pt -fontfamily: libertine ---- -- cgit v1.2.3 From ae514c58c2c8cdb647f9a1112e93481ed8d1361a Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 29 May 2023 17:30:39 -0400 Subject: feat: new 16:9 theme thumbnails --- img/90sMakeUpCommercial.webp | Bin 0 -> 2900 bytes img/chicagoOlives.webp | Bin 0 -> 2504 bytes img/cleanMetropolis.webp | Bin 0 -> 1958 bytes img/earlyCupertino.webp | Bin 0 -> 1894 bytes img/ohioCustard.webp | Bin 0 -> 2160 bytes img/raleighAroundMe.webp | Bin 0 -> 2416 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 img/90sMakeUpCommercial.webp create mode 100644 img/chicagoOlives.webp create mode 100644 img/cleanMetropolis.webp create mode 100644 img/earlyCupertino.webp create mode 100644 img/ohioCustard.webp create mode 100644 img/raleighAroundMe.webp diff --git a/img/90sMakeUpCommercial.webp b/img/90sMakeUpCommercial.webp new file mode 100644 index 0000000..18f2924 Binary files /dev/null and b/img/90sMakeUpCommercial.webp differ diff --git a/img/chicagoOlives.webp b/img/chicagoOlives.webp new file mode 100644 index 0000000..cce6539 Binary files /dev/null and b/img/chicagoOlives.webp differ diff --git a/img/cleanMetropolis.webp b/img/cleanMetropolis.webp new file mode 100644 index 0000000..1fc6e6c Binary files /dev/null and b/img/cleanMetropolis.webp differ diff --git a/img/earlyCupertino.webp b/img/earlyCupertino.webp new file mode 100644 index 0000000..26644e5 Binary files /dev/null and b/img/earlyCupertino.webp differ diff --git a/img/ohioCustard.webp b/img/ohioCustard.webp new file mode 100644 index 0000000..623b83c Binary files /dev/null and b/img/ohioCustard.webp differ diff --git a/img/raleighAroundMe.webp b/img/raleighAroundMe.webp new file mode 100644 index 0000000..f4d4c20 Binary files /dev/null and b/img/raleighAroundMe.webp differ -- cgit v1.2.3 From 8e896b8b3025b461ba8aaea091308cb113beef6e Mon Sep 17 00:00:00 2001 From: Aedriel Kyle Javier Date: Sun, 11 Jun 2023 01:02:05 -0400 Subject: refactor: code formatting --- download.php | 527 ++++++++++++++++++++++++++++++++--------------------------- index.php | 32 ++-- 2 files changed, 303 insertions(+), 256 deletions(-) diff --git a/download.php b/download.php index 4e6039c..f54f99b 100644 --- a/download.php +++ b/download.php @@ -25,7 +25,7 @@ souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—


- +

๐ŸŽ‰ your procrastiSlides .pdf presentation has been generated successfully!!! ๐Ÿพ @@ -34,342 +34,393 @@

๐Ÿ“‚ your download link is below: ๐Ÿ—ƒ

- output/'$push'"); - shell_exec("cat output/90sMakeUpCommercial.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/90sMakeUpCommercial.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- - if(isset($_POST['chicagoOlives'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/chicagoOlives.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/chicagoOlives.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- - if(isset($_POST['cleanMetropolis'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/cleanMetropolis.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/cleanMetropolis.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- - if(isset($_POST['ohioCustard'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/ohioCustard.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/ohioCustard.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- - if(isset($_POST['raleighAroundMe'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/raleighAroundMe.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/raleighAroundMe.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- - if(isset($_POST['earlyCupertino'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/earlyCupertino.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/earlyCupertino.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

+ - output/'$push'"); - shell_exec("cat output/defaultIsKing.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/defaultIsKing.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- if(isset($_POST['strengthInNumbers'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/strengthInNumbers.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/strengthInNumbers.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- if(isset($_POST['thatMagazine'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/thatMagazine.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/thatMagazine.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- if(isset($_POST['cuppertinoIsh'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/cuppertinoIsh.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/cuppertinoIsh.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- if(isset($_POST['lazyProfessor'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/lazyProfessor.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/lazyProfessor.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); -

download presentation

+ // sleep(1); + ?> - +

">download presentation

- if(isset($_POST['redmond2003'])) - { - $_SESSION['pres'] = uniqid('pres', true) . '.md'; - $_SESSION['push'] = uniqid('push', true) . '.md'; - $_SESSION['convert'] = uniqid('convert', true) . '.md'; - $_SESSION['filename'] = uniqid('procrastiSlides_', true) . '.pdf'; + output/'$push'"); - shell_exec("cat output/redmond2003.md output/'$push' > output/'$convert'"); - shell_exec($conversion); - // sleep(1); ?> + shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/redmond2003.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); + + // sleep(1); + ?> -

download presentation

+

">download presentation

- + @@ -379,7 +430,7 @@

- +
diff --git a/index.php b/index.php index 26bea81..aec2b2d 100644 --- a/index.php +++ b/index.php @@ -1,14 +1,12 @@ +session_start(); ?> - + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† @@ -26,16 +24,12 @@

๐Ÿƒ great for procratinators who need to get a presentation out, quick! ๐Ÿ‘Ÿ

๐Ÿซ try copy and pasting your school notes! that might even work ๐Ÿ˜‚


- - +

๐ŸŽจ please select your presentation theme ๐ŸŽญ

@@ -98,13 +92,15 @@

- - + +

plain text or markdown goes here:

- +
@@ -153,7 +149,7 @@
- +
-- cgit v1.2.3 From 78cb24b15798e348dae3f693fd6f434dde284736 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 11 Jun 2023 01:47:46 -0400 Subject: refactor: updated README --- README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README b/README index 5a5a615..601319f 100644 --- a/README +++ b/README @@ -1 +1,14 @@ -Quick Presentations from Markdown using Pandoc and LaTeX beamer. Main instance found on: https://procrastislides.com/ +๐‘ธ๐’–๐’Š๐’„๐’Œ ๐‘ท๐’“๐’†๐’”๐’†๐’๐’•๐’‚๐’•๐’Š๐’๐’๐’” ๐’‡๐’“๐’๐’Ž ๐‘ด๐’‚๐’“๐’Œ๐’…๐’๐’˜๐’ ๐’–๐’”๐’Š๐’๐’ˆ ๐‘ท๐’‚๐’๐’…๐’๐’„ ๐’‚๐’๐’… ๐‘ณ๐’‚๐‘ป๐’†๐‘ฟ ๐’ƒ๐’†๐’‚๐’Ž๐’†๐’“. + +Main instance is found on: https://procrastislides.com/ + +๐—Ÿ๐—ฎ๐—ง๐—ฒ๐—ซ ๐—ฃ๐—ฎ๐—ฐ๐—ธ๐—ฎ๐—ด๐—ฒ ๐——๐—ฒ๐—ฝ๐—ฒ๐—ป๐—ฑ๐—ฒ๐—ป๐—ฐ๐—ถ๐—ฒ๐˜€ ๐—ณ๐—ผ๐—ฟ ๐—•๐—ฎ๐˜€๐—ถ๐—ฐ ๐—™๐˜‚๐—ป๐—ฐ๐˜๐—ถ๐—ผ๐—ป๐—ฎ๐—น๐—ถ๐˜๐˜†: +- texlive-bin +- texlive-core +- texlive-fontsextra +- texlive-formatsextra +- texlive-langchinese +- texlive-langextra +- texlive-langjapanese +- texlive-latexextra +- texlive-pictures -- cgit v1.2.3 From afddc5cef821a97d541ee0c622d06a09e04889a4 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 11 Jun 2023 01:48:29 -0400 Subject: refactor: follow more of PHP style rules --- gpl2.php | 4 ++-- info.php | 4 ++-- isc.php | 4 ++-- licenses.php | 4 ++-- mit.php | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gpl2.php b/gpl2.php index 2c9f563..249d0a7 100644 --- a/gpl2.php +++ b/gpl2.php @@ -24,7 +24,7 @@ souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—


- +
 
@@ -165,7 +165,7 @@ This General Public License does not permit incorporating your program into prop
       
- +
diff --git a/info.php b/info.php index f0cb276..bfd8618 100644 --- a/info.php +++ b/info.php @@ -24,7 +24,7 @@ souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—


- +

๐Ÿ“‘ procrastiSlides aims to provide a quick way for users to create elegant slideshow presentations using open source technologies ๐Ÿ“‚ @@ -78,7 +78,7 @@


- +
diff --git a/isc.php b/isc.php index ced6af9..8e77139 100644 --- a/isc.php +++ b/isc.php @@ -24,7 +24,7 @@ souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—


- +
 
@@ -64,7 +64,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
- +
diff --git a/licenses.php b/licenses.php index 87b8d17..0842f8d 100644 --- a/licenses.php +++ b/licenses.php @@ -24,7 +24,7 @@ souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—


- +

๐Ÿ“‘ procrastiSlides aims to provide a way for users to create quick and elegant slideshows using open source technologies. ๐Ÿ“‚ @@ -51,7 +51,7 @@


- +
diff --git a/mit.php b/mit.php index 0a540b6..d8335a5 100644 --- a/mit.php +++ b/mit.php @@ -24,7 +24,7 @@ souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—


- +
 
@@ -55,7 +55,7 @@ SOFTWARE.
       
- +
-- cgit v1.2.3 From 04fd84acb1a19f243ebfb6797e93265498751770 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 11 Jun 2023 01:49:48 -0400 Subject: refactor: follow more of PHP style rules --- LaTeX.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LaTeX.php b/LaTeX.php index 6683d17..897d39d 100644 --- a/LaTeX.php +++ b/LaTeX.php @@ -24,7 +24,7 @@ souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—


- +
 
@@ -451,7 +451,7 @@ Important Recommendations
       
- +
-- cgit v1.2.3 From 7decc721218569a789b8e0fc3dbfe25e4693c0db Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:40:15 -0400 Subject: feat: new site homepage description, 16:9 themes plug --- index.php | 293 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 147 insertions(+), 146 deletions(-) diff --git a/index.php b/index.php index aec2b2d..464df23 100644 --- a/index.php +++ b/index.php @@ -2,154 +2,155 @@ session_start(); ?> - - - - - - - - procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† - + + + + + + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† + - - - -

only a simple presentation(s) site that respects your dark mode setting and has responsive web design.
- non-intruisive ads, no tracking, nothing but quick slides from plain text/markdown.
-

-

๐Ÿƒ great for procratinators who need to get a presentation out, quick! ๐Ÿ‘Ÿ

-

๐Ÿซ try copy and pasting your school notes! that might even work ๐Ÿ˜‚

-
- - -
-

๐ŸŽจ please select your presentation theme ๐ŸŽญ

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

preview

-
-

select

-
90sMakeUpCommercial
chicagoOlives
cleanMetropolis
earlyCupertino
ohioCustard
raleighAroundMe
defaultIsKing
Cuppertino-Ish
lazyProfessor
redmond2003
strengthInNumbers
thatMagazine
- -
-
- - -
-

plain text or markdown goes here:

-
- -
- -
-
- -
- -

quick read how-to:

-
-
    -
  • type '#' to indicate that you are starting a new slide and then press โ†ต (enter/return) twice.
  • -
  • you can add a "slide title" after each '#' to name that portion of your presentation.
  • -
      -
    • a space between "#" and your slide title is required:

    • -
        -
      • # [YOUR TITLE GOES HERE]
      • -
      -
      -
    -
  • type/format text underneath the '#' for the slide contents.
  • + + +

    simple presentation(s) site for quick slides from plain text / markdown
    + (powered by LaTeX beamer, pandoc, and the rust uutils)

    +

    โœจ latest feature update: addition of 16:9 themes ๐Ÿš€

    +

    ๐Ÿƒ great for procratinators who need to get a presentation out, quick! ๐Ÿ‘Ÿ

    +
    + + +
    +

    ๐ŸŽจ please select your presentation theme ๐ŸŽญ

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    preview

    +
    +

    select

    +
    90sMakeUpCommercial
    chicagoOlives
    cleanMetropolis
    earlyCupertino
    ohioCustard
    raleighAroundMe
    defaultIsKing
    Cuppertino-Ish
    lazyProfessor
    redmond2003
    strengthInNumbers
    thatMagazine
    +
    +
    +
    + + +
    +

    plain text or markdown goes here:

    +
    + +
    + +
    +
    + +
    + +

    quick read how-to:

    +
      -
    • make sure to start typing your slide content two โ†ต's ("enter key presses") away from the "#".
    • -
    • lists require to be formatted in this manner as well:

    • -
        -
      • # slide title

        - This is a list

        - * item 1
        - * item 2
        - * item 3
        -
      • -
      +
    • type '#' to indicate that you are starting a new slide and then press โ†ต (enter/return) twice.
    • +
    • you can add a "slide title" after each '#' to name that portion of your presentation.
    • +
        +
      • a space between "#" and your slide title is required:

      • +
          +
        • # [YOUR TITLE GOES HERE]
        • +
        +
        +
      +
    • type/format text underneath the '#' for the slide contents.
    • +
        +
      • make sure to start typing your slide content two โ†ต's ("enter key presses") away from the "#".
      • +
      • lists require to be formatted in this manner as well:

      • +
          +
        • # slide title

          + This is a list

          + * item 1
          + * item 2
          + * item 3
          +
        • +
        +
    -
-
-

It's highly recommended that you use markdown lists rather than plain text lists


-

short video how-to:

-
-
- -
-
-
- -
-
- -
- +
+

It's highly recommended that you use markdown lists rather than plain text lists


+

short video how-to:

+
+
+ +
+
+
+ +
+
+ +
+ + -- cgit v1.2.3 From 36faa6bd8f734085eecd661714e067fb19d96dec Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:41:11 -0400 Subject: feat: updated feature list and description --- info.php | 136 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/info.php b/info.php index bfd8618..3c353cc 100644 --- a/info.php +++ b/info.php @@ -1,85 +1,85 @@ - - - - - - - + + + + + - - procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† - + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† + - - - -

this website is inspired from the suckless's presentation tool (sent) - and Luke Smith's video on creating presentations using markdown and LaTeX beamer. - We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open - souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

-
+ + + + +

this website is inspired from the suckless's presentation tool (sent). it uses pandoc and LaTeX beamer for the backend.

latest feature update: addition of 16:9 themes

+
- + -

๐Ÿ“‘ procrastiSlides aims to provide a quick way for users to create elegant slideshow presentations using +

๐Ÿ“‘ procrastiSlides aims to provide a quick way for users to create elegant slideshow presentations using open source technologies ๐Ÿ“‚ -

+

-

(non-)features

-
    -
  • exports only to .pdf
  • -
  • a presentation from just a simple text file or markdown
  • -
  • images can be displayed (no text on the same slide)
  • -
  • no animations
  • -
  • slides with exuberant amount of lines or characters produce rendering glitches intentionally to prevent you from holding bad presentations
  • -
+

(non-)features

+
    +
  • exports only to .pdf
  • +
  • a presentation from just a simple text file or markdown
  • +
  • images can be displayed (no text on the same slide)
  • +
  • no animations
  • +
  • slides with exuberant amount of lines or characters produce rendering glitches intentionally to prevent you from holding bad presentations
  • +
-

planned features

-
    -
  • unicode color emoji support (via noto sans )
  • -
  • different font options
  • -
  • more presentation style templates
  • -
+

planned features

+
    +
  • unicode color emoji support (via noto sans )
  • +
  • different font options  decided that fonts will be a non-option and just have them embedded in final .pdf
  • +
  • more presentation style templates new 16:9 themes have been added
  • +
-

technologies utilized

-
    -
  • gnu/linux and its coreutils
  • -
  • pandoc
  • -
  • LaTeX
  • -
  • SimpleMDE
  • -
  • build of suckless sent with pdf export by BigHeadGeorge
  • -
+

technologies utilized

+
    +
  • gnu/linux and its coreutils
  • +
  • pandoc
  • +
  • LaTeX
  • +
  • SimpleMDE
  • +
  • build of suckless sent with pdf export by BigHeadGeorge
  • +
-

active developers

- +

active developers

+ -

related links

-
-

backstory and demo:

-
-
- -
-
-
+

related links

+
+

backstory and demo:

+
+
+ +
+
+
-


-
+


+
-
- +
+ + -- cgit v1.2.3 From d3c18c13c87367e911addddce1422c2cf8790307 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:42:03 -0400 Subject: feat: updated top page description --- licenses.php | 90 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/licenses.php b/licenses.php index 0842f8d..ea185aa 100644 --- a/licenses.php +++ b/licenses.php @@ -1,58 +1,58 @@ - - - - - - - + + + + + - - procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† - + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† + - - - -

this website is inspired from the suckless's presentation tool (sent) - and Luke Smith's video on creating presentations using markdown and LaTeX beamer. - We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open - souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

-
- - - -

๐Ÿ“‘ procrastiSlides aims to provide a way for users to create quick and elegant slideshows using + + + + +

this website is inspired from the suckless's presentation tool (sent). it uses pandoc and LaTeX beamer for the backend.

latest feature update: addition of 16:9 themes

+
+ + + +

๐Ÿ“‘ procrastiSlides aims to provide a way for users to create quick and elegant slideshows using open source technologies. ๐Ÿ“‚ -

+ -

licenses

- -

related links

- -
+

related links

+ +
-


-
+


+
-
- +
+ + -- cgit v1.2.3 From ef92a53a6ede6d1be420267e8218833ef8dffb2a Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:43:09 -0400 Subject: kj.bash: LaTeX.php --- LaTeX.php | 61 ++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/LaTeX.php b/LaTeX.php index 897d39d..26d8901 100644 --- a/LaTeX.php +++ b/LaTeX.php @@ -1,32 +1,34 @@ - - - - - - - + + + + + - - procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† - + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† + - - - -

this website is inspired from the suckless's presentation tool (sent) + + + +

+

this website is inspired from the suckless's presentation tool (sent) and Luke Smith's video on creating presentations using markdown and LaTeX beamer. - We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open - souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

-
+ We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open + souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

+
- -
-
+    
+    
+
 
 The LaTeX Project Public License
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
@@ -446,14 +448,15 @@ Important Recommendations
 
 
       
-
+
+ +
+
-
-
+ - +
+ -
- -- cgit v1.2.3 From b12a66beaecad509249fc45f31da7416e4ee71fd Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:47:08 -0400 Subject: kj.bash: download.php --- download.php | 369 +++++++++++++++++++++++++++-------------------------------- 1 file changed, 169 insertions(+), 200 deletions(-) diff --git a/download.php b/download.php index f54f99b..af207d5 100644 --- a/download.php +++ b/download.php @@ -1,39 +1,38 @@ - - - - - - - + + + + + - - procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† - + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† + - - - -

this website is inspired from the suckless's presentation tool (sent) - and Luke Smith's video on creating presentations using markdown and LaTeX beamer. - We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open - souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

-
- - -
- -

๐ŸŽ‰ your procrastiSlides .pdf presentation has been generated successfully!!! ๐Ÿพ -

- -

๐Ÿ“‚ your download link is below: ๐Ÿ—ƒ -

-
+ + + + +

this website is inspired from the suckless's presentation tool (sent). it uses pandoc and LaTeX beamer for the backend.

latest feature update: addition of 16:9 themes

+
+ + +
+ +

๐ŸŽ‰ your procrastiSlides .pdf presentation has been generated successfully!!! ๐Ÿพ +

+ +

๐Ÿ“‚ your download link is below: ๐Ÿ—ƒ +

+
+ ?> -

">download presentation

+

">download presentation

- + ?> -

">download presentation

+

">download presentation

- + ?> -

">download presentation

+

">download presentation

- + ?> -

">download presentation

+

">download presentation

- + ?> -

">download presentation

+

">download presentation

- + ?> -

">download presentation

+

">download presentation

- @@ -250,188 +237,170 @@ shell_exec($conversion); // sleep(1); - ?> + ?> -

">download presentation

+

">download presentation

- - output/'$push'"); - shell_exec( - "cat output/strengthInNumbers.md output/'$push' > output/'$convert'" - ); - shell_exec($conversion); - - // sleep(1); - ?> - -

">download presentation

- - + $_SESSION["pres"] = uniqid("pres", true) . ".md"; + $_SESSION["push"] = uniqid("push", true) . ".md"; + $_SESSION["convert"] = uniqid("convert", true) . ".md"; + $_SESSION["filename"] = uniqid("procrastiSlides_", true) . ".pdf"; - output/'$push'"); + shell_exec( + "cat output/strengthInNumbers.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); - $userMarkdown = $_SESSION["user-input"]; // this used to be _POST['user-input'] - // $_SESSION['user-input'] = $_POST['user-input']; - $conversion = "pandoc -f markdown+hard_line_breaks output/'$convert' -t beamer -o output/'$filename' --pdf-engine=pdflatex"; + // sleep(1); + ?> - shell_exec("echo '$userMarkdown' > output/'$push'"); - shell_exec( - "cat output/thatMagazine.md output/'$push' > output/'$convert'" - ); - shell_exec($conversion); +

">download presentation

- // sleep(1); - ?> + -

">download presentation

+ + $_SESSION["pres"] = uniqid("pres", true) . ".md"; + $_SESSION["push"] = uniqid("push", true) . ".md"; + $_SESSION["convert"] = uniqid("convert", true) . ".md"; + $_SESSION["filename"] = uniqid("procrastiSlides_", true) . ".pdf"; - output/'$push'"); + shell_exec( + "cat output/thatMagazine.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); - $userMarkdown = $_SESSION["user-input"]; // this used to be _POST['user-input'] - // $_SESSION['user-input'] = $_POST['user-input']; - $conversion = "pandoc -f markdown+hard_line_breaks output/'$convert' -t beamer -o output/'$filename' --pdf-engine=pdflatex"; + // sleep(1); + ?> - shell_exec("echo '$userMarkdown' > output/'$push'"); - shell_exec( - "cat output/cuppertinoIsh.md output/'$push' > output/'$convert'" - ); - shell_exec($conversion); +

">download presentation

- // sleep(1); - ?> + -

">download presentation

+ + $_SESSION["pres"] = uniqid("pres", true) . ".md"; + $_SESSION["push"] = uniqid("push", true) . ".md"; + $_SESSION["convert"] = uniqid("convert", true) . ".md"; + $_SESSION["filename"] = + uniqid("procrastiSlides_", true) . ".pdf"; - output/'$push'"); + shell_exec( + "cat output/cuppertinoIsh.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); - $userMarkdown = $_SESSION["user-input"]; // this used to be _POST['user-input'] - // $_SESSION['user-input'] = $_POST['user-input']; - $conversion = "pandoc -f markdown+hard_line_breaks output/'$convert' -t beamer -o output/'$filename' --pdf-engine=pdflatex"; + // sleep(1); + ?> - shell_exec("echo '$userMarkdown' > output/'$push'"); - shell_exec( - "cat output/lazyProfessor.md output/'$push' > output/'$convert'" - ); - shell_exec($conversion); +

">download presentation

- // sleep(1); - ?> + -

">download presentation

+ + $_SESSION["pres"] = uniqid("pres", true) . ".md"; + $_SESSION["push"] = uniqid("push", true) . ".md"; + $_SESSION["convert"] = uniqid("convert", true) . ".md"; + $_SESSION["filename"] = + uniqid("procrastiSlides_", true) . ".pdf"; - output/'$push'"); + shell_exec( + "cat output/lazyProfessor.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); - $userMarkdown = $_SESSION["user-input"]; // this used to be _POST['user-input'] - // $_SESSION['user-input'] = $_POST['user-input']; - $conversion = "pandoc -f markdown+hard_line_breaks output/'$convert' -t beamer -o output/'$filename' --pdf-engine=pdflatex"; + // sleep(1); + ?> - shell_exec("echo '$userMarkdown' > output/'$push'"); - shell_exec( - "cat output/redmond2003.md output/'$push' > output/'$convert'" - ); - shell_exec($conversion); +

">download presentation

- // sleep(1); - ?> + -

">download presentation

+ + $_SESSION["pres"] = uniqid("pres", true) . ".md"; + $_SESSION["push"] = uniqid("push", true) . ".md"; + $_SESSION["convert"] = uniqid("convert", true) . ".md"; + $_SESSION["filename"] = + uniqid("procrastiSlides_", true) . ".pdf"; + $pres = $_SESSION["pres"]; // filename of the template file with metadata + $push = $_SESSION["push"]; // filename of where the user data is stored + $convert = $_SESSION["convert"]; // concatanated file to be converted to .pdf + $filename = $_SESSION["filename"]; // output file name + $userMarkdown = $_SESSION["user-input"]; // this used to be _POST['user-input'] + // $_SESSION['user-input'] = $_POST['user-input']; + $conversion = "pandoc -f markdown+hard_line_breaks output/'$convert' -t beamer -o output/'$filename' --pdf-engine=pdflatex"; -
+ shell_exec("echo '$userMarkdown' > output/'$push'"); + shell_exec( + "cat output/redmond2003.md output/'$push' > output/'$convert'" + ); + shell_exec($conversion); + // sleep(1); + ?> -

-
+

+
+
+ - - -- cgit v1.2.3 From 1e51f34a52f2da4ded989841e9fd3265f566daa1 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:47:29 -0400 Subject: kj.bash: gpl2.php --- gpl2.php | 59 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/gpl2.php b/gpl2.php index 249d0a7..4da7af5 100644 --- a/gpl2.php +++ b/gpl2.php @@ -1,32 +1,34 @@ - - - - - - - + + + + + - - procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† - + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† + - - - -

this website is inspired from the suckless's presentation tool (sent) + + + +

+

this website is inspired from the suckless's presentation tool (sent) and Luke Smith's video on creating presentations using markdown and LaTeX beamer. - We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open - souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

-
+ We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open + souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

+
- -
-
+    
+    
+
 
 GNU GENERAL PUBLIC LICENSE
 Version 2, June 1991
@@ -160,13 +162,14 @@ This General Public License does not permit incorporating your program into prop
 
 
       
-
+
-
-
+
+
-
- +
+ + -- cgit v1.2.3 From 974de188bb57bf78f4224875e7f34eca9347aa6f Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:47:50 -0400 Subject: kj.bash: isc.php --- isc.php | 61 ++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/isc.php b/isc.php index 8e77139..0458052 100644 --- a/isc.php +++ b/isc.php @@ -1,32 +1,34 @@ - - - - - - - + + + + + - - procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† - + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† + - - - -

this website is inspired from the suckless's presentation tool (sent) + + + +

+

this website is inspired from the suckless's presentation tool (sent) and Luke Smith's video on creating presentations using markdown and LaTeX beamer. - We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open - souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

-
+ We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open + souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

+
- -
-
+    
+    
+
 
 ISC-License
 
@@ -60,12 +62,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 
       
-
-
-
+
+
+
+ + - +
+ - - -- cgit v1.2.3 From 6f7b67d963b201e5b5bb5742983e0ec3ddc0e2a3 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:48:11 -0400 Subject: kj.bash: mit.php --- mit.php | 61 ++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/mit.php b/mit.php index d8335a5..2c66239 100644 --- a/mit.php +++ b/mit.php @@ -1,32 +1,34 @@ - - - - - - - + + + + + - - procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† - + procrastiSlides: great for procratinators who need to get a presentation out, quick! ๐Ÿ˜† + - - - -

this website is inspired from the suckless's presentation tool (sent) + + + +

+

this website is inspired from the suckless's presentation tool (sent) and Luke Smith's video on creating presentations using markdown and LaTeX beamer. - We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open - souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

-
+ We would like to personally thank them for all the educational resources (for suckless, it's the source code ๐Ÿ˜‚) that they have shared with the open + souce community throughout the yearsโ€ฆ ๐Ÿ™Œ Thank you! ๐Ÿค—

+
- -
-
+    
+    
+
 
 The MIT License (MIT)
 
@@ -50,14 +52,15 @@ SOFTWARE.
 
 
       
-
+
+ +
+
-
-
+ - +
+ -
- -- cgit v1.2.3 From c3f58e4832ff0cafaeb616601a719b0a755fba2e Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 9 Jul 2023 00:55:40 -0400 Subject: refactor: revert to `0972f96` --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 464df23..75a638a 100644 --- a/index.php +++ b/index.php @@ -27,7 +27,6 @@ session_start(); ?>
-- cgit v1.2.3