Giter VIP home page Giter VIP logo

cppaste4's Introduction

Hi there! I'm Sindastra... 🖖

Mastodon Follow YouTube Channel Subscribers

You might want to check out my blog at https://www.sindastra.de

ko-fi

⬆️ Found anything useful? Tip a coffee! (:

cppaste4's People

Contributors

sindastra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

barancodes

cppaste4's Issues

README typo

this line:

Make sure to rename inc.config.sample.php to inc.config.sample.php and edit it accordingly.

should read:

Make sure to rename inc.config.sample.php to inc.config.php and edit it accordingly.

Cannot display raw version of paste

gzuncompress(): data error in view.php on line 56

This was due to the new function that already uncompresses the paste contents and returns the raw contents, so gzuncompress was given uncompressed data to.

This isssue is fixed already and was merely added for "historical" purposes.

Integration with WordPress

Feature Request

I wonder if we could integrate this with WordPress, somehow. Pasting the link into Gutenberg's editor could embed the code directly on the WordPress post/page.

WordPress

how to quickly preview project

[in case you want to add this to README]
tested on a clean Debian 10 (Buster):

apt install git php
git clone https://github.com/sindastra/CPPaste4
cd CPPaste4/src/www/
cp inc.config.sample.php inc.config.php 
php -S 0.0.0.0:8000

then visit: http://localhost:8000/
it works !

accurately pitch your project

the one-liner that describes the project is important for people who stumble upon it, they want to know if this serves their needs

building upon the current "CPPaste4 is a minimalistic web-app used to store and share code pastes! It runs in modern browsers but also in old ones like IE8 lol.", I think you should also highlight key features:

  • requires no DB
  • saves pastes as plain files
  • (almost) zero-config
  • no PHP dependencies (only core PHP)
  • no JavaScript

not sure which of those belong to the pitch and which to the README tho

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.