开源站点特定浏览器

发布于 2024-08-27 16:23:27 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

天生の放荡 2024-09-03 16:23:27

我发现 Google Chrome 在创建独立的 Web 应用程序方面做得非常好。该术语是站点特定浏览器。现在 Chrome 不是开源的,但它可以在许多平台上使用,并且它基于 Chromium,而 Chromium 是开源的。目前还没有任何适用于 Fedora 13 的 Chromium 软件包,但它看起来很简单,可以在 Ubuntu 上构建,所以我会在这几天尝试一下。

不管怎样,我要放弃 Mozilla Prism,我花了大约 10 个小时试图让它在 Fedora 13 64 位上运行。

I've found Google Chrome does a really nice job of creating stand alone web applications. The term is Site-Specific Browser. Now Chrome is not Open Source, but it is available on many platforms and it is based on Chromium, which is Open Source. There arent' any packages of Chromium available for Fedora 13 at the moment, but it looks simple enough to build on Ubuntu, so I'll give that a try one of these days.

Anyway, I'm giving up on Mozilla Prism, I spent probably 10 hours trying to get it work on Fedora 13 64-bit.

╰◇生如夏花灿烂 2024-09-03 16:23:27

我建议坚持使用 Prism 并尝试让它在您的发行版上工作,也许可以在 SO 的姊妹网站 Serverfault.com 或 Superuser.com 上发布问题。我不是该领域的专家,但我认为除了微软的超文本应用程序概念(它还存在吗?)之外,没有那么多替代方案。

I would recommend sticking with Prism and trying to get it to work on your distro, maybe post a question on SO's sister site, Serverfault.com, or Superuser.com. I'm not an expert in the field but I think apart from Microsoft's Hypertext Applications concept (Is that even alive anymore?) there's not that many alternatives around.

壹場煙雨 2024-09-03 16:23:27

Mozilla Prism 变成了 Chromeless,WebRunner 也变成了。 两者均已停产

Chromeless 是 Mozilla 的新项目,正如此处

WebRunner 所示(曾经是,显然)这里

Mozilla Prism became Chromeless, and WebRunner. both discontinued

Chromeless is Mozilla's new projects, as seen here

WebRunner is (was, apparently) here

毁我热情 2024-09-03 16:23:27

我之前在 Windows 下尝试过 Prism,最近又在 Ubuntu Linux 12.04 LTS 下复活了它,使用 XFCE4 作为我的桌面。

我一直在玩的东西之一是 TiddlyWiki,一个个人笔记本。 TiddlyWiki 用 HTML、CSS 和 JavaScript 实现,并包含在单个文件中。问题是,浏览器安全模型的最新变化通过限制从 file:// URL 打开的内容可能执行的操作来破坏它。在当前版本的 Chrome、Firefox(我喜欢的浏览器)和 Midori 下,Tiddly 抱怨它无法保存更改,并且需要 Java 小程序作为插件帮助程序来进行保存。 (奇怪的是,在当前的 SeaMonkey 下,它可以工作:浏览器会弹出一个关于可能的不安全访问的对话框并请求许可,但一旦给予许可,它就会按预期工作。)

因为我不需要使用选项卡,并且不需要由于不需要完整浏览器的开销,Prism 看起来是一个合适的解决方案,因为它实现的 Gecko 版本可以追溯到安全模型更改之前。我将最新的 0.9 版本作为 tar.gz 文件获取,并将其提取到 /opt/Prism。我将您在 TiddlyWiki 下载中获得的empty.html 文件放入/opt/TiddlyWiki 中。然后我从 /opt/Prism 目录运行 prism。它加载了,并弹出一个对话框,要求配置。我将其指向 TiddlyWikiempty.html 文件。它在我的桌面上创建了一个图标。双击该图标会在 Prism 窗口中调出 TiddlyWiki,一切都会按预期进行。

我不确定为什么 Tracy 在 Linux Mint 下安装时遇到问题。 Ubuntu 下一切正常。解析错误看起来像是我在奇怪的损坏的 Firefox 扩展中看到的问题。为了消除变量,我将 Prism 安装在它自己的目录中,小心地与现有的 Mozilla 内容分开(因为我安装了 Firefox、SeaMonkey 和 Thunderbird,以及 Firefox 的发行版和测试版。

唉,Firefox 附加组件不是“它的作用是为您指向的网站生成一个配置文件,该文件可以与 Prism 一起使用。这很方便,但手动生成结果 .webapp 文件很容易。

I experimented with Prism before under Windows, and have recently resurrected it under Ubuntu Linux 12.04 LTS, using XFCE4 as my desktop.

One of the things I've been playing with is TiddlyWiki, a personal notebook. TiddlyWiki is implemented in HTML, CSS, and JavaScript, and is contained in a single file. The problem is, recent changes in the browser security model have broken it, by placing restrictions on what might be done with things opened from file:// URLs. Under current versions of Chrome, Firefox (my preferred browser), and Midori, Tiddly complains it is unable to save changes, and requires a Java applet as a plugin helper to do the saves. (Oddly, under current SeaMonkey, it works: the browser pops up a dialog box about possible unsafe access and asks for permission, but once given, it works as expected.)

Because I don't need tabs for the usage, and don't need the overhead of a full browser, Prism looked like an appropriate solution, since the version of Gecko it implements dates from before the security model changes. I grabbed the last 0.9 version as a tar.gz file, and extracted it to /opt/Prism. I put the empty.html file that you get in a TiddlyWiki download, and put that in /opt/TiddlyWiki. I then ran prism from the /opt/Prism directory. It loaded, and pit up a dialog box asking for configuration. I pointed it at the TiddlyWiki empty.html file. It created an icon on my desktop. Double-clicking the icon brought up TiddlyWiki in a Prism window, and everything works as expected.

I'm not sure why Tracy had the issue installing under Linux Mint. Things Just Worked here under Ubuntu. The parsing error looks like an issue I've seen with the odd broken Firefox extension. As a matter of eliminating variables, I installed Prism in its own directory carefully separated from extant Mozilla stuff (since I have Firefox, SeaMonkey, and Thunderbird installed, and both release and beta versions of Firefox.

Alas, the Firefox add-on isn't a replacement. What it does is generate a config file for the website you point it at which can be used with Prism. It's a convenience, but it's easy enough to generate the resulting .webapp file manually.

岁月蹉跎了容颜 2024-09-03 16:23:27

以下是 Chromium 浏览器(Prism 的替代品)的链接:
commondatastorage.googleapis.com/chromium-browser-continuous/index.html

对于快捷方式,请使用: --app= 让浏览器以应用程序模式显示。

Here is the link to the Chromium browser (an alternative to Prism):
commondatastorage.googleapis.com/chromium-browser-continuous/index.html

For shortcuts, use: --app= to get the browser displaying in app mode.

信愁 2024-09-03 16:23:27

有同样的问题。 Chrome 浏览器有一个足够简单的内置功能:

http://www. google.com/support/chrome/bin/answer.py?answer=95710

Had the same issue. Google Chrome has a simple enough included feature:

http://www.google.com/support/chrome/bin/answer.py?answer=95710

捎一片雪花 2024-09-03 16:23:27

Prism 现在是 webrunner,也已停产! Patrick 的建议是我所知道的最好方法 - 按照概述使用 Google 菜单 这里

Prism is now webrunner, which has also been discontinued! Patrick's suggestion is the best way I know of - using the google menu as outlined here

暗地喜欢 2024-09-03 16:23:27

目前没有太多好的选择。

Chromeless、Webrunner 和 Prism 均已停产。

Chromium 的“创建应用程序快捷方式”已基本完成,但这些窗口并不像真正的 SSB(例如 OS X 上的 Fluid)那样在隔离的沙箱中运行。这是 SSB 常见用例的一项关键功能,例如,当您的常规浏览器登录您的个人帐户时,它可以让您登录企业 Twitter 帐户。

There are currently not many good options.

Chromeless, Webrunner and Prism are all discontinued.

Chromium's "Create Application Shortcuts" is almost there, but these windows do no run in an isolated sandbox like a true SSB such as Fluid on OS X does. This is a key feature for a common use case for SSBs it to be able to, e.g. have one logged into a business twitter account while your regular browser is logged into your personal account.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文