By | fr33domlover |
At | 2015-07-14 |
Title | remove link to fpcomplete web ide |
Description | I don't know if it's free software yet, but their website desn't mention "free software" or at least "0pen s0urce", and no link to source. They also tend to "0pen s0urce" their work when it's convenient, and keep the "money making" stuff proprietary. To be safe, at least until there are more instances of this web IDE and people can run their own - I'm removing this like. If the IDE becomes free software, both Haskell server side and JS/HTML client side, tell me. |
Edit file src/Hpaste/View/Paste.hs 33188 → 33188
270 270 " - "
271 271 href ("/report/" ++ pack (show pid) ++ "") ("Report/Delete" :: Text)
272 272 " - "
273 273 pasteRawLink paste $ ("Raw" :: Text)
274 274 - 275 " - "
+ 275 {-" - "
276 276 a ! hrefURI' (updateUrlParams [("title",T.unpack (pasteTitle paste))
277 277 ,("paste","http://lpaste.net/raw/" ++ show (pasteId paste))]
278 278 (fromJust (parseURI "https://fpcomplete.com/ide"))) $
- 279 "Clone in IDE"
+ 279 "Clone in IDE"-}
280 280 281 281 where pid = pasteId paste
282 282 pairs = zip (drop 1 pastes) pastes
283 283 parent = fmap snd $ find ((==pid).pasteId.fst) $ pairs
284 284 diffLink = do
… … … …