Generate permalinks in mdBook using paths
a small CLI utility for grabbing a range of a file on Github
Permalink URL parser for Karrot's web contents
A library to extract useful data from HTML documents, suitable for web scraping.
static site generator for typst-based blog - keeping your focus on the content
Fast, dictionary-backed Chinese to Pinyin conversion for Rust and the command line.
CLI for the Bamboo static site generator
A fast static site generator written in Rust
A CRUD library for Holochain zomes that implement the CAPS pattern (Chained, Header, Permalink, State-based)
A CRUD library for Holochain zomes that implement the CEPS pattern (Chained, Entry, Permalink, State-based)
Static site generator for git repositories
A command-line tool for generating content stubs
This is a gem originated from another gem called permalink. Since I often want a permalink that provides no way to tell the database ids, I came up with the idea about encrypting the id and prepending it to the permalink. For more information about FPE(Format Preserving Encryption), please consult the wikipedia. The encryption method of current release is simply RC4-40 with a configurable key. Note, RC4-40 is not a strong encryption algorithm at all, and you shouldn't rely on it to delivery sensitive information. Also, to prevent inconsistance of encryption, and duplication(although the chance is very low) you should keep your key as a secret and never change it. The original implementation of generating permalink involves a infite loop to check uniqueness in database. It's slow, inefficient and most importantly, it still can't prevent race condition. And since we are using a FPE algorithm on the database id, which is garanteed to be unique from database, we don't need to put ourselves in that inefficient loop. Finally, what's the purpose of this gem? It's only a gem that helps hiding your database ids.
A Rails plugin to genrate, validates permalink automatically.
Automatically convert fields to permalinks
Allows changeable permalinks (good for SEO).
SEO Permalink Plugin for Ruby on Rails.
Permalink
https://github.com/allenwei/seofy
Generate Permalink on Mongoid. Specially on stored chinese words.
find_by_param is a nice and easy way to handle permalinks and dealing with searching for to_param values
Generate permalink attributes on ActiveModel/ActiveRecord
Add SEO friendly permalinks to ActiveRecord model with history support.
Simple way to create permalinks.