
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Parchemin allows you to create and manage a blog whose contents are not stored in a database but directly in files.
Just run the following command :
gem install parchemin
Install the gem as described above, then run the executable :
parchemin BLOG_NAME AUTHOR_NAME
Any Rack-compliant server can run your newly created blog. For example, run the following command from inside the blog directory :
thin start
Then just add your articles in the articles directory. Parchemin only support Markdown as markup language. So your articles files must have a '.markdown' extension. Don't forget to add a meta-data header at the top of every files you add. For example :
<!-- title : "Lorem ipsum" -->
<!-- created_at : Date.civil(2010, 3, 23) -->
<!-- abstract : "Lorem ipsum dolor sit amet, consectetur adipisicing elit...mollit anim id est laborum." -->
<!-- tags : %w(tutorial sinatra) -->
That's all!! You will find some examples in GEM_PATH/bin/articles. For more information, visit http://parchemin.raw1z.fr.
Copyright (c) 2010 Rawane ZOSSOU. See LICENSE for details.
FAQs
Unknown package
We found that parchemin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.